/ . / _collaboratory
Collaboratory internal modules for speeding up pickling
by making persistent id lookups faster
Functions
|
|
|
obj2pid
|
obj2pid ()
arguments/return value unknown
Map object to persistent id (Collaboratory global id)
|
|
clear
|
clear ()
arguments/return value unknown
Remove reference to mapping dictionary
|
|
set
|
set ()
arguments/return value unknown
Set the dictionary for translating objects to/from global ids
|
|
pid2obj
|
pid2obj ()
arguments/return value unknown
Map persistent id (Collaboratory global id) to object
|
|
|